type go.uber.org/zap/zapcore.errArrayElem
7 uses
go.uber.org/zap/zapcore (current package)
error.go#L110: var _errArrayElemPool = pool.New(func() *errArrayElem {
error.go#L111: return &errArrayElem{}
error.go#L117: type errArrayElem struct{ err error }
error.go#L119: func newErrArrayElem(err error) *errArrayElem {
error.go#L125: func (e *errArrayElem) MarshalLogArray(arr ArrayEncoder) error {
error.go#L129: func (e *errArrayElem) MarshalLogObject(enc ObjectEncoder) error {
error.go#L133: func (e *errArrayElem) Free() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |